Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize release workflow use most recent tool #291

Merged
merged 2 commits into from
Aug 16, 2024

Conversation

Czaki
Copy link
Collaborator

@Czaki Czaki commented Aug 15, 2024

This PR is modernizing release workflow (and allowing for future switch into trusted publishers) to use most recent tools best practices.

  • The main missing thing is to cut information from the changelog file and provide it as a body.

name: ${{ env.tag }}
draft: false
prerelease: ${{ contains(env.tag, 'rc') || contains(env.tag, 'a') || contains(env.tag, 'b') }}
target_commitish: ${{ github.sha }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LucaMarconato This line will save proper information in release to be later used by benchmarks.

@LucaMarconato LucaMarconato merged commit f64dc32 into scverse:main Aug 16, 2024
7 checks passed
@Czaki Czaki deleted the improve_deployment_process branch August 16, 2024 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants